func reflect.funcLayout

7 uses

	reflect (current package)
		makefunc.go#L58: 	_, _, abid := funcLayout(ftyp, nil)
		makefunc.go#L113: 	_, _, abid := funcLayout(ftyp, nil)
		type.go#L2832: func funcLayout(t *funcType, rcvr *abi.Type) (frametype *abi.Type, framePool *sync.Pool, abid abiDesc) {
		value.go#L473: 	frametype, framePool, abid := funcLayout(t, rcvrtype)
		value.go#L709: 	_, _, abid := funcLayout(ftyp, nil)
		value.go#L966: 	_, _, valueABI := funcLayout(valueFuncType, nil)
		value.go#L968: 	methodFrameType, methodFramePool, methodABI := funcLayout(valueFuncType, rcvrType)